Skip to content

[internal] Replace var with const/let in ui/public/utils/lodash-mixins#6936

Merged
epixa merged 1 commit intoelastic:masterfrom
epixa:uiletconst11
Apr 15, 2016
Merged

[internal] Replace var with const/let in ui/public/utils/lodash-mixins#6936
epixa merged 1 commit intoelastic:masterfrom
epixa:uiletconst11

Conversation

@epixa
Copy link
Contributor

@epixa epixa commented Apr 14, 2016

This change was applied only to files in
src/ui/public/utils/lodash-mixins directory.

All instances of var were replaced with let, and then all instances
of let that wouldn't flag the no-const-assign rule in the linter were
replaced with const.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants